home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / Yojimbo 1.1 (trial).dmg / Yojimbo.app / Contents / Resources / OGWebArchiveEditor.nib / classes.nib next >
Text File  |  2006-02-28  |  2KB  |  47 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = OGColorBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  5.         {
  6.             CLASS = OGEditViewController; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {"_objectController" = NSObjectController; "_view" = NSView; }; 
  9.             SUPERCLASS = NSObject; 
  10.         }, 
  11.         {
  12.             ACTIONS = {
  13.                 decrypt = id; 
  14.                 decryptForViewing = id; 
  15.                 encrypt = id; 
  16.                 encryptOrDecrypt = id; 
  17.                 showEncryptionBarHelp = id; 
  18.                 toggleEncryptionBarHidden = id; 
  19.             }; 
  20.             CLASS = OGEncryptableEditViewController; 
  21.             LANGUAGE = ObjC; 
  22.             OUTLETS = {
  23.                 "_encryptedContentPlaceholderView" = NSView; 
  24.                 "_encryptionBarView" = OGColorBackgroundView; 
  25.                 "_encryptionViewControllerObjectController" = NSObjectController; 
  26.             }; 
  27.             SUPERCLASS = OGEditViewController; 
  28.         }, 
  29.         {
  30.             ACTIONS = {
  31.                 makeTextSmallerOrLarger = id; 
  32.                 togglePrintsBackgrounds = id; 
  33.                 zoomIn = id; 
  34.                 zoomOut = id; 
  35.             }; 
  36.             CLASS = OGWebArchiveEditViewController; 
  37.             LANGUAGE = ObjC; 
  38.             OUTLETS = {
  39.                 "_printBackgroundsCheckbox" = NSButton; 
  40.                 "_printingAccessorView" = NSView; 
  41.                 "_webView" = WebView; 
  42.             }; 
  43.             SUPERCLASS = OGEncryptableEditViewController; 
  44.         }
  45.     ); 
  46.     IBVersion = 1; 
  47. }